home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / firmy / contactel / prezent / razdva.exe / scripts / DefineButton2_65 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-04-30  |  169b  |  10 lines

  1. on(release){
  2.    Importedtext = text3;
  3.    gotoAndStop(85);
  4.    scrollBar._y = _root.scrollbarY;
  5.    tellTarget("_root.mainmenu")
  6.    {
  7.       gotoAndStop(2);
  8.    }
  9. }
  10.